DataSource for Entity Framework in WPF
C1.Data Namespace / FilteredView<T> Class / FilterKeyType Property

In This Topic
    FilterKeyType Property
    In This Topic
    Gets the filter key type. It is determined by the filter key function.
    Syntax
    'Declaration
     
    Public ReadOnly Property FilterKeyType As Type
    public Type FilterKeyType {get;}
    See Also